chore(deps): upgraded to latest dependencies#162
chore(deps): upgraded to latest dependencies#162vinaygupta-sourcefuse wants to merge 2 commits intomasterfrom
Conversation
upgraded to latest dependencies GH-161
6e8047d to
49b260e
Compare
comment resolved GH-161
SonarQube reviewer guideSummary: Upgrade dependencies and improve code formatting with minor version bumps for LoopBack packages, Casbin, and dev tools. Review Focus: The dependency updates are substantial - notably LoopBack packages, Casbin (5.32.0 → 5.49.0), lodash (4.17.21 → 4.18.1), and TypeScript (5.2.2 → 5.5.4). Pay attention to potential breaking changes in these versions and verify the lodash downgrade is intentional. The Trivy security scanner action also updated to a newer commit hash. Start review at:
|
| "fs-extra": "^11.3.4", | ||
| "git-release-notes": "^5.0.0", | ||
| "husky": "^7.0.4", | ||
| "jsdom": "^21.0.0", |
There was a problem hiding this comment.
i'll update this in follow-up PR since it is a major version change.
| "@loopback/boot": "^8.0.11", | ||
| "@loopback/build": "^12.0.10", | ||
| "@loopback/context": "^8.0.10", | ||
| "@loopback/eslint-config": "^16.0.1", | ||
| "@loopback/rest": "^15.0.4", | ||
| "@loopback/testlab": "^8.0.3", | ||
| "@semantic-release/changelog": "^6.0.1", | ||
| "@loopback/rest": "^15.0.11", | ||
| "@loopback/testlab": "^8.0.10", | ||
| "@semantic-release/changelog": "^6.0.3", | ||
| "@semantic-release/commit-analyzer": "^9.0.2", | ||
| "@semantic-release/git": "^10.0.1", | ||
| "@semantic-release/github": "^12.0.0", | ||
| "@semantic-release/npm": "^13.1.1", | ||
| "@semantic-release/github": "^12.0.6", | ||
| "@semantic-release/npm": "^13.1.5", | ||
| "@semantic-release/release-notes-generator": "^10.0.3", | ||
| "@types/lodash": "^4.14.181", | ||
| "@types/lodash": "^4.17.24", | ||
| "@types/node": "^18.11.9", |
There was a problem hiding this comment.
please keep the packages at the same version in all the extensions
the versions @semantic-release packages look diff in all the extensions.
There was a problem hiding this comment.
@semantic-release/release-notes-generator
There was a problem hiding this comment.
should i need to revert versions of all @semantic-release/ and what about
@semantic-release/release-notes-generator, need little clarification.



Description
This issue tracks upgrading all project dependencies to their latest stable versions.
Changes
Checklist:
Build Passed:
Test Passed: